func crypto/internal/edwards25519/field.mul51
6 uses
crypto/internal/edwards25519/field (current package)
fe.go#L315: x0lo, x0hi := mul51(x.l0, y)
fe.go#L316: x1lo, x1hi := mul51(x.l1, y)
fe.go#L317: x2lo, x2hi := mul51(x.l2, y)
fe.go#L318: x3lo, x3hi := mul51(x.l3, y)
fe.go#L319: x4lo, x4hi := mul51(x.l4, y)
fe.go#L331: func mul51(a uint64, b uint32) (lo uint64, hi uint64) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |